home *** CD-ROM | disk | FTP | other *** search
-
- This program was written to execute a random command during bootup.
- It is public domain.
-
- Usage: Default file is s:random-sequences
-
- rand [<filename>]
-
- File format is simply a list of things to execute, one per line.
-
- Eg.
-
- echo "one"
- echo "two"
- echo "three"
-
- Just place the rand command somewhere in your startup sequence or
- user-startup. Create a file called s:random-sequences or something
- else and include it as an argument.
-
- I am using it to copy different backdrop prefs to env-archive at
- random before iprefs. Written in 10 minutes using SAS C 6.51 so
- judge it accordingly.
-
- Author:
-
- Byron Montgomerie
- Internet: byron@cs.mun.ca
-
-